home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 April / EnigmA AMIGA RUN 06 (1996)(G.R. Edizioni)(IT)[!][issue 1996-04][Skylink CD V].iso / progs / editor / write-ed / module / arexx.menu next >
Text File  |  1995-06-23  |  265b  |  19 lines

  1. /*
  2.  *   $VER: AREXX.MENU 4.0085 (24-Jun-95)
  3.  */
  4.  
  5. VERSIONCHECK 40000 "AREXX.MENU"
  6.  
  7.  
  8. MENU "ARexx"
  9.  
  10. ITEM "Führe Rexx aus ..." ""
  11.   GETFILE "REXX:" "#?.(rexx|wrx)" 
  12.   DOREXX _RS "" {@ASYNC};
  13.  
  14. ITEMBAR
  15.  
  16. ITEM "Ändere Konfig." ""
  17.   DOREXX "NewConfig.wrx" "CON:" {@ASYNC};
  18.  
  19.